crypto/ecdh.PrivateKey.fips (field)

4 uses

	crypto/ecdh (current package)
		ecdh.go#L105: 	fips       *ecdh.PrivateKey
		nist.go#L59: 		fips:       privateKey,
		nist.go#L107: 		fips:       fk,
		nist.go#L154: 	return c.sharedSecret(local.fips, remote.fips)